translate

Translates the transformation matrix by the specified x, y, and z values.

Return

A new AffineTransformationMatrix3 that represents the translation.

Parameters

x

The translation along the x-axis.

y

The translation along the y-axis.

z

The translation along the z-axis.


Translates the transformation matrix by the specified translation vector.

Return

A new AffineTransformationMatrix3 that represents the translation.

Parameters

translation

The translation vector containing x, y, and z components.